Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Commands Namespace / ShapeActionsCommand Class / ShapeActionsCommand Constructor / ShapeActionsCommand Constructor(Shape[],Actions,Boolean,Size)
The drawing objects to process.
The action agains the drawing object.
The location change of parent shape.


In This Topic
    ShapeActionsCommand Constructor(Shape[],Actions,Boolean,Size)
    In This Topic
    Initializes a new instance of the ShapeActionsCommand class.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal drawingObjects() As Shape, _
       ByVal action As ShapeActionsCommand.Actions, _
       ByVal flipHorizontal As Boolean, _
       Optional ByVal parentLocationChange As Size _
    )
    'Usage
     
    
    Dim drawingObjects() As Shape
    Dim action As ShapeActionsCommand.Actions
    Dim flipHorizontal As Boolean
    Dim parentLocationChange As Size
     
    Dim instance As New ShapeActionsCommand(drawingObjects, action, flipHorizontal, parentLocationChange)

    Parameters

    drawingObjects
    The drawing objects to process.
    action
    The action agains the drawing object.
    flipHorizontal
    parentLocationChange
    The location change of parent shape.
    See Also